chore(deps): update all non-major dependencies#255
Merged
lachlancollins merged 1 commit intomainfrom Jun 9, 2025
Merged
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 256887c.
☁️ Nx Cloud last updated this comment at |
@tanstack/config
@tanstack/eslint-config
@tanstack/publish-config
@tanstack/typedoc-config
@tanstack/vite-config
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.4.0->^4.4.1^5.79.0->^5.80.6^19.1.5->^19.1.6^4.5.0->^4.5.1^4.15.0->^4.15.1^17.18.0->^17.19.010.11.0->10.12.1^3.27.0->^3.28.0^8.33.0->^8.33.1^3.1.4->^3.2.2Release Notes
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v4.4.1Compare Source
Bug Fixes
typekeyword inexportdeclarations (#797) (6854a3c)Chores
TanStack/query (@tanstack/query-core)
v5.80.6Compare Source
Version 5.80.6 - 6/5/25, 1:09 PM
Changes
Refactor
dfbda9d) by Braden WongPackages
v5.80.5Compare Source
Version 5.80.5 - 6/4/25, 6:43 PM
Changes
Fix
9e0e60c) by René KlompPackages
v5.80.2Compare Source
Version 5.80.2 - 6/3/25, 12:08 PM
Changes
Fix
5e3cd46) by @jjmean2Packages
v5.80.1Compare Source
Version 5.80.1 - 6/3/25, 11:23 AM
Changes
Perf
57c6ce1) by novice0840Packages
v5.80.0Compare Source
Version 5.80.0 - 6/3/25, 9:36 AM
Changes
Feat
3e7d715) by MINSEONG KIMRefactor
efa963d) by Braden Wong4bf169e) by novice0840Chore
1fba7fc) by Braden Wonga2a23a8) by clonemycodegetQueryDataby using generics (#9218) (3a89ec9) by Braden WongPackages
v5.79.2Compare Source
Version 5.79.2 - 6/2/25, 4:29 PM
Changes
Refactor
0e083c6) by novice08400cbfc5e) by Braden WongPackages
v5.79.1Compare Source
Version 5.79.1 - 6/2/25, 4:17 PM
Changes
Refactor
982f6ca) by Braden WongDocs
JSON.stringify(#9204) (ff2b51a) by ZentrikPackages
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.5.1Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.15.1Compare Source
Patch Changes
#373
90ec1f1Thanks @JounQin! - chore: migratestable-hashtostable-hash-x#371
4f97a1aThanks @dword-design and @JounQin! - fix: takecontext.cwdinto account for glob options of rulesno-extraneous-dependenciesandno-unassigned-import#371
4f97a1aThanks @JounQin! - fix: enablenocomment: truefor glob options of rulesno-import-module-exportsandno-namespace#368
74a16c5Thanks @JoseGoncalves! - fix: droplanguageOptionsconfig fromflat/recommendedeslint-community/eslint-plugin-n (eslint-plugin-n)
v17.19.0Compare Source
🌟 Features
no-top-level-awaitrule (#440) (a500a48)pnpm/pnpm (pnpm)
v10.12.1Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modulescontains only symlinks to a central virtual store, rather tonode_modules/.pnpm. By default, this central store is located at<store-path>/links(you can find the store path by runningpnpm store path).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: truein your rootpnpm-workspace.yaml, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm updatecommand now supports updatingcatalog:protocol dependencies and writes new specifiers topnpm-workspace.yaml.--save-catalogand--save-catalog-name=<name>) topnpm addto save new dependencies as catalog entries.catalog:orcatalog:<name>will be added topackage.jsonand the package specifier will be added to thecatalogsorcatalog[<name>]object inpnpm-workspace.yaml#9425.cifor explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patchusing semantic versioning rules.v10.11.1Compare Source
Patch Changes
pnpm deploy --legacycreates unexpected directories when the rootpackage.jsonhas a workspace package as a peer dependency #9550.strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.pnpm_config_env variables instead ofnpm_config_#9571.--lockfile-onlyflag onpnpm updateto produce a differentpnpm-lock.yamlthan an update without the flag.pnpm deploywork in repos withoverrideswheninject-workspace-packages=true#9283.pnpm -r --silent runshould not print out section #9563.steveukx/git-js (simple-git)
v3.28.0Compare Source
Minor Changes
2adf47d: Allow repeating git options like{'--opt': ['value1', 'value2']}typescript-eslint/typescript-eslint (typescript-eslint)
v8.33.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (vitest)
v3.2.2Compare Source
🚀 Features
🐞 Bug Fixes
createTesterscall on the main thread - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8101 (142c7)vitest-browser-*packages - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8103 (247ef)toEqual- by @dubzzz in https://github.com/vitest-dev/vitest/issues/8094 (02ec8)dotreporter to work in non interactive terminals - by @bstephen1 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7994 (6db9f)View changes on GitHub
v3.2.1Compare Source
🐞 Bug Fixes
DeeplyAllowMatchers- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8078 (30ab4)View changes on GitHub
v3.2.0Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.